home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / uninstaller.exe / RCDATA / TFRMREMOVEENTRY / TFRMREMOVEENTRY.txt < prev   
Text File  |  2010-01-14  |  2KB  |  83 lines

  1. object frmRemoveEntry: TfrmRemoveEntry
  2.   Left = 319
  3.   Top = 246
  4.   BorderStyle = bsDialog
  5.   Caption = 'Remove Entry'
  6.   ClientHeight = 195
  7.   ClientWidth = 362
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 16
  21.     Top = 24
  22.     Width = 49
  23.     Height = 49
  24.     Picture.Data = {<image000.ico>}
  25.     Transparent = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 88
  29.     Top = 16
  30.     Width = 249
  31.     Height = 113
  32.     AutoSize = False
  33.     Caption = 'Label1'
  34.     Transparent = True
  35.     WordWrap = True
  36.   end
  37.   object Bevel1: TBevel
  38.     Left = 16
  39.     Top = 136
  40.     Width = 337
  41.     Height = 49
  42.     Shape = bsTopLine
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 176
  46.     Top = 144
  47.     Width = 88
  48.     Height = 25
  49.     Caption = 'Remove Entry'
  50.     TabOrder = 0
  51.     OnClick = BitBtn1Click
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 276
  55.     Top = 144
  56.     Width = 74
  57.     Height = 25
  58.     Caption = 'Cancel'
  59.     TabOrder = 1
  60.     OnClick = BitBtn2Click
  61.   end
  62.   object BitBtn3: TBitBtn
  63.     Left = 16
  64.     Top = 144
  65.     Width = 113
  66.     Height = 27
  67.     Caption = 'Browse the directory'
  68.     TabOrder = 2
  69.     Visible = False
  70.     OnClick = BitBtn3Click
  71.   end
  72.   object CheckBox1: TCheckBox
  73.     Left = 16
  74.     Top = 176
  75.     Width = 201
  76.     Height = 17
  77.     Caption = 'Backup this entry before deleting.'
  78.     Checked = True
  79.     State = cbChecked
  80.     TabOrder = 3
  81.   end
  82. end
  83.